Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SubItemCollectionInfo Class / AddRange Method / AddRange(SubItemInfo[]) Method
A SubItemInfo array added into the collection.


In This Topic
AddRange(SubItemInfo[]) Method
In This Topic
Adds subitems in the specified collection to the end of the collection.
Syntax
'Declaration
 
Public Overloads Sub AddRange( _
   ByVal subItems() As SubItemInfo _
) 
 
'Usage
 
Dim instance As SubItemCollectionInfo
Dim subItems() As SubItemInfo
 
instance.AddRange(subItems)

Parameters

subItems
A SubItemInfo array added into the collection.
See Also